We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 962e1b6 commit 2486865Copy full SHA for 2486865
public_html/subscription.php
@@ -88,7 +88,7 @@
88
</tr>
89
<tr>
90
<td>Prochaine facturation</td>
91
- <td><?php echo($subscription->nextBillingPeriodAmount->format('Y-m-d H:i:s'))?></td>
+ <td><?php echo($subscription->nextBillingPeriodDate->format('Y-m-d H:i:s'))?></td>
92
93
</tbody>
94
</table>
public_html/webhook.php
@@ -19,4 +19,7 @@
19
20
header("HTTP/1.1 200 OK");
21
}
22
+else {
23
+ header("HTTP/1.1 500 KO");
24
+}
25
?>
0 commit comments