Skip to content

Commit eacd4bd

Browse files
committed
🐛 forward checkoutFormData up to the order creation, thanks @tobimori
1 parent d2c7249 commit eacd4bd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

vendor/composer/installed.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php return array(
22
'root' => array(
33
'name' => 'bnomei/kirby-kart',
4-
'pretty_version' => '5.6.5',
5-
'version' => '5.6.5.0',
4+
'pretty_version' => '5.6.6',
5+
'version' => '5.6.6.0',
66
'reference' => null,
77
'type' => 'kirby-plugin',
88
'install_path' => __DIR__ . '/../../',
@@ -11,8 +11,8 @@
1111
),
1212
'versions' => array(
1313
'bnomei/kirby-kart' => array(
14-
'pretty_version' => '5.6.5',
15-
'version' => '5.6.5.0',
14+
'pretty_version' => '5.6.6',
15+
'version' => '5.6.6.0',
1616
'reference' => null,
1717
'type' => 'kirby-plugin',
1818
'install_path' => __DIR__ . '/../../',

0 commit comments

Comments
 (0)