-
Notifications
You must be signed in to change notification settings - Fork 5
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
Conform to 3dsecurev2 #12
Comments
Excellent. Would you make a pull request ?
…On Sat, Jul 22, 2023 at 17:07 Ronan LE MEILLAT ***@***.***> wrote:
3Dsecure v2 (mandatory from oct 2022) needs two new variables:
*PBX_BILLING*
<?xml version=”1.0” encoding=”utf-8” ?>
<Billing>
<Address>
<FirstName>Jean</FirstName>
<LastName>Dupont</LastName>
<Address1>12 rue Test</Address1>
<!-- Address2 is optional -->
<ZipCode>75001</ZipCode>
<City>Paris</City>
<CountryCode>250</CountryCode>
</Address>
</Billing>
*PBX_SHOPPINGCART*
<?xml version=”1.0” encoding=”utf-8” ?>
<shoppingcart>
<total>
<totalQuantity>12</totalQuantity>
</total>
</shoppingcart>
—
Reply to this email directly, view it on GitHub
<#12>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABDLF6BEF6ZZDD6Y2RBQJ7TXRPUDPANCNFSM6AAAAAA2T4NOYA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
I made one but not sure it correspond to what you want, I needed to adapt to my needs… But it can be a starting point. |
Thanks for your work! In your PR, there are unnecessary files with personal
setup like .vscode and added lines in .gitignore. Could you remove those?
…On Tue, Jul 25, 2023 at 9:20 AM Ronan LE MEILLAT ***@***.***> wrote:
I made one but not sure it correspond to what you want, I needed to adapt
to my needs… But it can be a starting point.
—
Reply to this email directly, view it on GitHub
<#12 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABDLF6GTHRWLSPFOD2NV6KDXR7BZDANCNFSM6AAAAAA2T4NOYA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
3Dsecure v2 (mandatory from oct 2022) needs two new variables:
PBX_BILLING
PBX_SHOPPINGCART
The text was updated successfully, but these errors were encountered: