Skip to content
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

dummy test #8

Open
wants to merge 29 commits into
base: PCPAY-2168
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
d02ce39
Merge pull request #3 from optile/PCPAY-2168
AnwerAR Jul 16, 2024
dad9fff
Merge pull request #4 from optile/PCPAY-2168
AnwerAR Jul 16, 2024
9b6f8bb
Merge pull request #5 from optile/PCPAY-2168
AnwerAR Jul 16, 2024
00cc3ea
Merge pull request #6 from optile/PCPAY-2168
AnwerAR Jul 16, 2024
b9f3f96
Merge pull request #7 from optile/PCPAY-2168
AnwerAR Jul 16, 2024
fdddb3c
Added onPaymentSuccess callback
Jul 29, 2024
fdc83dc
Changed text of onBeforeCharge
Jul 29, 2024
85db3d2
Added onBeforeProvider redirect callback
Jul 31, 2024
10e5198
Add support for ABORT flow (cards only at the moment)
Jul 31, 2024
9a43476
Added the newest callbacks and solved an issue with onBeforeError imp…
Aug 9, 2024
30d4e97
Updates available drop in components when list refreshes
Aug 9, 2024
8fa2c49
Swapped Klarna and Afterpay
Aug 9, 2024
da7bf24
Refactored and improved comments
Aug 13, 2024
5914d44
Replaced with newest API features
Oct 11, 2024
d09c667
Check size of availableComponents and preselect only remaining option
Oct 11, 2024
3ebd95d
Fixed an issue with the pay button listener being instantiated too late
Oct 11, 2024
2bd257f
Added a way to show payment list component
Oct 23, 2024
87df8c2
Added option to select payment list component
Oct 25, 2024
7360290
Fixed a small issue with id of radio buttons for integration type
Oct 25, 2024
381fc1d
Added currency conversion outcome scenario
Nov 5, 2024
70493fe
Small adjustment to naming of success with conversion outcome
Nov 6, 2024
b19fabd
Updated HOSTED to use v5
Nov 7, 2024
bd3e2ba
Swapped order of APMs
Nov 7, 2024
3fd5f43
Added preselection option to the demo page
Nov 12, 2024
52cac47
Added expired list and already paid scenarios
Nov 12, 2024
19e1d63
Update index.html
Dec 12, 2024
ad58b4b
GitHub not Github
doismellburning Dec 13, 2024
eefdc8a
Update index.html
Dec 13, 2024
0de209e
Merge pull request #9 from optile/fix/GitHub
tomswales Dec 18, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Changed text of onBeforeCharge
Tom Schneider-Swales committed Jul 29, 2024
commit fdc83dc7ea253e4015c36c2cf44581886b34bf6f
2 changes: 1 addition & 1 deletion docs/index.js
Original file line number Diff line number Diff line change
@@ -287,7 +287,7 @@ async function initPayment() {
return new Promise((resolve) => {
setTimeout(() => {
message.style = "background-color: #61b2e8; display: flex;";
message.innerHTML = "onBeforeCharge complete - proceeding with payment";
message.innerHTML = "onBeforeCharge OK. Attempting payment...";
setTimeout(() => {
message.style = "background-color: orange; display: none;";
resolve(true);