-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
new flow for integration, more stable and allows retry
fail cases included
- Loading branch information
1 parent
2fa62cf
commit 8895a68
Showing
53 changed files
with
1,385 additions
and
2,048 deletions.
There are no files selected for viewing
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
34 changes: 0 additions & 34 deletions
34
cartridges/int_monei_sfra/cartridge/client/default/js/formErrors.js
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
cartridges/int_monei_sfra/cartridge/client/default/js/monei-tab.js
This file was deleted.
Oops, something went wrong.
5 changes: 5 additions & 0 deletions
5
cartridges/int_monei_sfra/cartridge/client/default/js/monei.js
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,5 @@ | ||
var processInclude = require('base/util'); | ||
|
||
$(document).ready(function () { | ||
processInclude(require('./monei/moneiCheckout')); | ||
}); |
Oops, something went wrong.