Skip to content
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.

Commit

Permalink
Updated casting for charge ID
Browse files Browse the repository at this point in the history
  • Loading branch information
gnikyt committed Oct 16, 2018
1 parent 01435c8 commit 072c223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ShopifyApp/Models/Charge.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class Charge extends Model
protected $casts = [
'type' => 'int',
'test' => 'bool',
'charge_id' => 'int',
'charge_id' => 'string',
'shop_id' => 'int',
'capped_amount' => 'float',
'price' => 'float',
Expand Down

0 comments on commit 072c223

Please sign in to comment.