-
when i use OmiseSource::create();
require_once dirname(__FILE__).'/obj/OmiseObject.php';
require_once dirname(__FILE__).'/../exception/OmiseExceptions.php';
define('OMISE_PHP_LIB_VERSION', '2.9.0')…
-
-
Clear tutorial on how to use Ion.
Should reach the novice user
Good examples:
* [OmiseGo Plasma MVP](https://github.com/omisego/plasma-mvp)
* [Bankex Plasma MVP](https://github.com/BANKEX/Plasma…
-
The repository should be renamed prior to making it public because `omisego` is the name of the organization building the OMG Network.
Some initial suggestions (no particular order): `omg-network`,…
-
I used cocoa pods. I tried pod 'omise-ios'. but it's an old version (1.0.2)
-
How can I retrieve a particular customer? I understand that I can use something like the following:
$customer = OmiseCustomer::retrieve('cust_test_4xtrb759599jsxlhkrb');
But how can I store the …
-
Is it possible to save the customer card details (name, card number, cvv and expiry) on the client side using the android sdk?
-
* `carthage version`: 0.24.0
* `xcodebuild -version`: 9.0 (9M214v)
* Are you using `--no-build`? No
* Are you using `--no-use-binaries`? No
* Are you using `--use-submodules`? No
* Are you using …
-
EXTRA_EXPECTED_RETURN_URLSTRING_PATTERNS i set to https://www.mywebsite.com
but the problem is i am using a native app and i do not want to leave the application after i get the authorization call …
-
I read omise cards-api document i see `bank` in the table.
But. I no see in `Card` model class
```java
public final String country;
public final String city;
public final String posta…