Skip to content

Commit 781efff

Browse files
Fix prorate pram
1 parent 417d884 commit 781efff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)