Skip to content

Commit 02437ce

Browse files
Merge pull request #44 from solid-software/prorate_param_fix
Fix prorate pram
2 parents 417d884 + 781efff commit 02437ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/resources/subscription.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ class SubscriptionResource extends Resource<Subscription> {
126126
'$_resourceName/$id',
127127
data: {
128128
if (invoiceNow != null) 'invoice_now': invoiceNow,
129-
if (prorate != null) 'prorate': invoiceNow,
129+
if (prorate != null) 'prorate': prorate,
130130
},
131131
);
132132

0 commit comments

Comments
 (0)