We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75d30c8 commit 7dbe519Copy full SHA for 7dbe519
README.md
@@ -51,6 +51,9 @@ Gateway Methods
51
* purchase($options) - authorize and immediately capture an amount on the customer's card
52
* refund($options) - refund an already processed transaction
53
54
+* checkout($options) - iyzico host payment method
55
+* checkout_status($options) - iyzico host payment method status
56
+
57
For general usage instructions, please see the main [Omnipay](https://github.com/thephpleague/omnipay)
58
repository.
59
@@ -71,6 +74,8 @@ PHPUnit is a programmer-oriented testing framework for PHP. It is an instance of
71
74
refund.php
72
75
void.php
73
76
77
+ checkout.php (iyzico host)
78
79
## Support
80
81
If you are having general issues with Omnipay, we suggest posting on
0 commit comments