-
Notifications
You must be signed in to change notification settings - Fork 48
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
Update documentation, add Checkout API #44
base: master
Are you sure you want to change the base?
Conversation
a3a0ed8
to
d87e2e5
Compare
README.md
Outdated
|
||
```php | ||
require_once('/path/to/paymentwall-php/lib/paymentwall.php'); | ||
Paymentwall_Base::setApiType(Paymentwall_Base::API_CHECKOUT); |
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.
Paymentwall_Base
is deprecated.
Please update code example use Paymentwall_Config
class
295d708
to
abee508
Compare
README.md
Outdated
```php | ||
require_once('/path/to/paymentwall-php/lib/paymentwall.php'); | ||
Paymentwall_Config::getInstance()->set(array( | ||
'api_type' => Paymentwall_Config::API_GOODS, |
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.
should be API_CHECKOUT
33a0d83
to
c16e3ad
Compare
Let's hold this PR until we finalize the internal changes. |
44e9134
to
929b73d
Compare
929b73d
to
a53b5ff
Compare
No description provided.