-
The wiki shows the payload as
```
const Moltin = moltin.gateway({
client_id: 'XXX'
});
```
This throws an error of `TypeError: Cannot read property 'length' of undefined`
After looking furthe…
-
Any idea why I could be getting the following error?
```
info retry will retry, error on last attempt: TypeError: The header content contains invalid characters
```
with
```
npm@4.2.0
nod…
zot24 updated
7 years ago
-
Formats the number as a currency.
Code:
```
class CurrencyModifier extends Modifier
{
/**
* Modify a value
*
* @param mixed $value The value to be modified
* @…
-
`src/Bridge/Moltin` should be moved to it's own repo
-
Hello
wanted to ask if it is still supported.
If so, could you at least tag 0.1 version?
-
This pakcage doesn't have the major release version.
Please add the tag for the vesion. Thanks.
-
I want to run some functions if I get a 401.
in my code I get response.status as "0" when the browser returns a 401..
`
RestangularProvider.addErrorInterceptor((response, subject, responseHandl…
-
When running `composer update` an error message shows saying:
> Package guzzle/guzzle is abandoned, you should avoid using it. Use guzzlehttp/guzzle instead.
`composer why guzzle/guzzle` says curren…
-
https://github.com/moltin/ruby-sdk/blob/master/lib/moltin/resource/order.rb#L32
```ruby
price = (@data['totals']['raw']['shipping_price'] + @data['totals']['raw']['total']).round(2)
```
Should…
-
When I try to update a product, it tells me this:
> Tax Band is required
Specifically, this code:
```
\Product::Update(964964820061258459, [
'title' => 'Awesomesauce!',
]);
```
... produces th…