Skip to content

Commit

Permalink
added stripe test case fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
hrithikesh026 committed Nov 21, 2023
1 parent f10053d commit 8961710
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"business_label": "default",
"capture_method": "automatic",
"capture_on": "2022-09-10T10:11:12Z",
"amount_to_capture": 1,
"amount_to_capture": 6540,
"customer_id": "bernard123",
"email": "[email protected]",
"name": "John Doe",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"confirm": true,
"capture_method": "automatic",
"capture_on": "2022-09-10T10:11:12Z",
"amount_to_capture": 6540,
"amount_to_capture": 6570,
"customer_id": "StripeCustomer",
"email": "[email protected]",
"name": "John Doe",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"business_label": "default",
"capture_method": "automatic",
"capture_on": "2022-09-10T10:11:12Z",
"amount_to_capture": 1,
"amount_to_capture": 6540,
"customer_id": "bernard123",
"email": "[email protected]",
"name": "John Doe",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"business_label": "default",
"capture_method": "automatic",
"capture_on": "2022-09-10T10:11:12Z",
"amount_to_capture": 1,
"amount_to_capture": 6540,
"customer_id": "bernard123",
"email": "[email protected]",
"name": "John Doe",
Expand Down

0 comments on commit 8961710

Please sign in to comment.