Skip to content

Refactor Transaction Execute #110

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 14 commits into from
Feb 12, 2023
2 changes: 1 addition & 1 deletion pkg/service/checkout.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ func AuthorizeCharge(amount float64, userWallet string, tokenId string) (auth Au
Type: checkoutCommon.Card,
Number: "4242424242424242", // Success
// Number: "4273149019799094", // succeed authorize, fail capture
// Number: "4544249167673670", // Declined - Insufficient funds
// Number: "4544249167673670", // Declined - Insufficient funds
// Number: "5148447461737269", // Invalid transaction
ExpiryMonth: 2,
ExpiryYear: 2024,
Expand Down
Loading