-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
migrate to StripeClient from Stripe Java API
- Loading branch information
1 parent
0d1d2c6
commit cb963a4
Showing
2 changed files
with
37 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 15 additions & 0 deletions
15
src/main/resources/db/migration/development/V4.1__Update_test_mode_subscription_plans.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
UPDATE subscription_plan | ||
SET provided_id = 'price_1PXNj4SEeVq01jORrGAuBGFQ' | ||
WHERE provided_id = 'price_1Ko0DFSEeVq01jORuGMXnINT'; | ||
|
||
UPDATE subscription_plan | ||
SET provided_id = 'price_1PXNj4SEeVq01jORx6Pv3Fe5' | ||
WHERE provided_id = 'price_1Ko0DFSEeVq01jORt7saWcXM'; | ||
|
||
UPDATE subscription_plan | ||
SET provided_id = 'price_1PXNj4SEeVq01jORJ98swlrA' | ||
WHERE provided_id = 'price_1Ko0DFSEeVq01jOR9aCG7EM8'; | ||
|
||
UPDATE subscription_plan | ||
SET provided_id = 'price_1PXNj4SEeVq01jORDhHqsaEK' | ||
WHERE provided_id = 'price_1Ko0DFSEeVq01jORgHlVkTEN'; |