-
Notifications
You must be signed in to change notification settings - Fork 1
Alipay Plus Connect samples #245
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
base: develop
Are you sure you want to change the base?
Alipay Plus Connect samples #245
Conversation
spavikevik
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I took a brief look and commented on some things that caught my eye. It mostly looks good, but I'll have to take a look again tomorrow/after we decide how to deal with the problematic places on the api side.
| "data": { | ||
| "brand": "KAKAOPAY", | ||
| "call_method": "app", | ||
| "os_type": "i_os" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| "os_type": "i_os" | |
| "os_type": "ios" |
| @@ -0,0 +1,4 @@ | |||
| { | |||
| "issuer_token" : "alipayconnect://schemeUrl", | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it ok for this to be alipayconnect?
| "data": { | ||
| "brand": "KAKAOPAY", | ||
| "call_site" : "sdk", | ||
| "os_type" : "i_os" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pls change to ios
| "os_type" : "i_os" | |
| "os_type" : "ios" |
|
Still need some work, do not merge 😄 |
a59e2a1 to
2c67cab
Compare
Added the
AlipayPlusOnlineITtestsCurrently it contains just the sdk usage for dynamic brands
Notable change is the change at OnlinePayment model
Had to refactor the brand from OnlineBrand to a String and add a method