-
Notifications
You must be signed in to change notification settings - Fork 217
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(payment): PAYPAL-3520 Max capture amount failure (#2485)
* feat(payment): PAYPAL-3520 instrument_declined error handling * feat(payment): PAYPAL-3520 added paypal button widget * feat(payment): PAYPAL-3520 updates after review
- Loading branch information
Showing
10 changed files
with
573 additions
and
36 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
4 changes: 4 additions & 0 deletions
4
packages/braintree-integration/src/braintree-paypal-constants.ts
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,4 @@ | ||
export const LOADING_INDICATOR_STYLES = { | ||
'background-color': 'rgba(0, 0, 0, 0.4)', | ||
'z-index': '1000', | ||
}; |
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
Oops, something went wrong.