- Choose your platform
+ Choose your platform
diff --git a/tatrapayplus_api_sandbox_final.json b/tatrapayplus_api_sandbox_final.json
index 36cdaa4..759110b 100644
--- a/tatrapayplus_api_sandbox_final.json
+++ b/tatrapayplus_api_sandbox_final.json
@@ -94,6 +94,13 @@
"source": {
"$ref": "./code_samples/python/v1.0.0/create_payment.py"
}
+ },
+ {
+ "lang": "PHP",
+ "label": "SDK",
+ "source": {
+ "$ref": "./code_samples/php/v1.0.0/create_payment.php"
+ }
}
]
}
@@ -167,6 +174,13 @@
"source": {
"$ref": "./code_samples/python/v1.0.0/get_available_payment_methods.py"
}
+ },
+ {
+ "lang": "PHP",
+ "label": "SDK",
+ "source": {
+ "$ref": "./code_samples/php/v1.0.0/get_available_payment_methods.php"
+ }
}
]
}
@@ -243,6 +257,13 @@
"source": {
"$ref": "./code_samples/python/v1.0.0/get_payment_status.py"
}
+ },
+ {
+ "lang": "PHP",
+ "label": "SDK",
+ "source": {
+ "$ref": "./code_samples/php/v1.0.0/get_payment_status.php"
+ }
}
]
}
@@ -325,6 +346,13 @@
"source": {
"$ref": "./code_samples/python/v1.0.0/update_payment.py"
}
+ },
+ {
+ "lang": "PHP",
+ "label": "SDK",
+ "source": {
+ "$ref": "./code_samples/php/v1.0.0/chargeback.php"
+ }
}
]
},
@@ -398,6 +426,13 @@
"source": {
"$ref": "./code_samples/python/v1.0.0/cancel_payment.py"
}
+ },
+ {
+ "lang": "PHP",
+ "label": "SDK",
+ "source": {
+ "$ref": "./code_samples/php/v1.0.0/cancel_payment.php"
+ }
}
]
}
@@ -479,6 +514,13 @@
"source": {
"$ref": "./code_samples/python/v1.0.0/create_payment_direct.py"
}
+ },
+ {
+ "lang": "PHP",
+ "label": "SDK",
+ "source": {
+ "$ref": "./code_samples/php/v1.0.0/create_payment_direct.php"
+ }
}
]
}
@@ -554,6 +596,13 @@
"source": {
"$ref": "./code_samples/python/v1.0.0/set_colors.py"
}
+ },
+ {
+ "lang": "PHP",
+ "label": "SDK",
+ "source": {
+ "$ref": "./code_samples/php/v1.0.0/set_colors.php"
+ }
}
]
}
@@ -629,6 +678,13 @@
"source": {
"$ref": "./code_samples/python/v1.0.0/set_logo.py"
}
+ },
+ {
+ "lang": "PHP",
+ "label": "SDK",
+ "source": {
+ "$ref": "./code_samples/php/v1.0.0/set_logo.php"
+ }
}
]
}
@@ -666,6 +722,13 @@
"source": {
"$ref": "./code_samples/python/v1.0.0/get_access_token.py"
}
+ },
+ {
+ "lang": "PHP",
+ "label": "SDK",
+ "source": {
+ "$ref": "./code_samples/php/v1.0.0/get_access_token.php"
+ }
}
]
}