Skip to content

Commit b2de159

Browse files
author
Paymentwall
committed
Fixed init sample
1 parent 11f3f2c commit b2de159

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Then use a code sample below.
2525

2626
####Initializing Paymentwall
2727
<pre><code>require_relative '/path/to/paymentwall-ruby/lib/paymentwall.rb'
28-
Paymentwall::Base::setApiType(Paymentwall_Base::API_GOODS)
28+
Paymentwall::Base::setApiType(Paymentwall::Base::API_GOODS)
2929
Paymentwall::Base::setAppKey('YOUR_APPLICATION_KEY') # available in your Paymentwall merchant area
3030
Paymentwall::Base::setSecretKey('YOUR_SECRET_KEY') # available in your Paymentwall merchant area
3131
</code></pre>

0 commit comments

Comments
 (0)