Rakefile | 100644 | 0 | 0 | | | 248 Bytes | 653a4bd15b0ce2c8804524491266a33a02946ab8fb6628192279ef188b1ede98 |
.circleci/config.yml | 100644 | 0 | 0 | | | 3.85 KB | 737c309c7eab9fa43ece72e63cd4c798bd0b29f2c2ed738595e395378fdfe3ff |
.gem_release.yml | 100644 | 0 | 0 | | | 119 Bytes | 28887b69d0b7c8ca7752640c7c974bc8c80c659f9c3130bc9f349bf0443a1b00 |
.github/stale.yml | 100644 | 0 | 0 | | | 18 Bytes | 5428cff8114386633b4e1b7de411f08bf0b30a08e1532041bbbfa2ffca9ed269 |
.github_changelog_generator | 100644 | 0 | 0 | | | 43 Bytes | 7ef83a6ac08b003d37bbd344e2f646a8093be52505e218680e64e7cdfb24d609 |
.gitignore | 100644 | 0 | 0 | | | 196 Bytes | 175fab4c43c324c391ce14c947cf5cc0d33fcd0312e0f5ac705c8ca066204fee |
.rspec | 100644 | 0 | 0 | | | 30 Bytes | e3a05cdf2301e0e7d8be6b1d1137aa310d7d023575bb2f305df3519c6df5cf2b |
.rubocop.yml | 100644 | 0 | 0 | | | 6.74 KB | 3358c09a6d3d3dcc60bd2c77d90094b482db341676e4551e34de6a11d1cd2b14 |
.yardopts | 100644 | 0 | 0 | | | 54 Bytes | e696efcbee1819b178c51058654a9c358fdf3aad30a5627697c81f3eddf71ab7 |
CHANGELOG.md | 100644 | 0 | 0 | | | 71 Bytes | 4cb9bdadd3db8122dc35691dcfb2bf75c872f61ef65464599952c76f758819de |
Gemfile | 100644 | 0 | 0 | | | 355 Bytes | 820fccee72bc669686284792f6941e8f000d04fec593bf1c1bd5d401853690fb |
LICENSE | 100644 | 0 | 0 | | | 1.58 KB | 035ed649eb0481ba9fe0c1fb168fa0c432a4e8042fa26c56cd7599bfd4be6366 |
Procfile.dev | 100644 | 0 | 0 | | | 311 Bytes | ecdad3b7e5dd6127109ab15b2ed7dfbdcbcf994f79685958e04463d1d0fc43bd |
README.md | 100644 | 0 | 0 | | | 12.8 KB | 6422f8fb1c53ac10258b169118a3989e8678b23b557a7be69967b7166f2784c4 |
app/assets/javascripts/spree/backend/solidus_stripe.js | 100644 | 0 | 0 | | | 149 Bytes | 0933fbbe0e694bfde92e3919ff4b25f620b27c55f73857014d11bc3b40af5c46 |
app/assets/stylesheets/spree/backend/solidus_stripe.css | 100644 | 0 | 0 | | | 152 Bytes | a98112974ab3be9fc3a14f3bd5ba47dd419ceac76221a421b941e42cd989e68f |
app/controllers/solidus_stripe/intents_controller.rb | 100644 | 0 | 0 | | | 1.29 KB | e3ccef8e07aac32e3976f17392f77cb5fbe97bba2253c597d361579252ade07c |
app/controllers/solidus_stripe/webhooks_controller.rb | 100644 | 0 | 0 | | | 642 Bytes | fc593007a61897c9806293feed0dbbb7cc3b534149bef99e31dba1a90b569731 |
app/models/concerns/solidus_stripe/log_entries.rb | 100644 | 0 | 0 | | | 838 Bytes | ee0c10a5313894ce2664bfa18cc89e7784a9a2f9d40e751a13c991f996c09645 |
app/models/solidus_stripe.rb | 100644 | 0 | 0 | | | 113 Bytes | 64a78116004f0d39be59ba8dbdeef4aa545ee4cef1da459b5ba35ee172d97ed0 |
app/models/solidus_stripe/customer.rb | 100644 | 0 | 0 | | | 680 Bytes | 0668edd0da428d16694660e7d312b96ec36994fb883d64c1c053f0324ea8b982 |
app/models/solidus_stripe/gateway.rb | 100644 | 0 | 0 | | | 7.74 KB | e1d75ac6728edfa7ff3143643613a77de8d62c6e6d702547afbed11bedaae08f |
app/models/solidus_stripe/payment_intent.rb | 100644 | 0 | 0 | | | 3.71 KB | b053ccbf6c09b1c27e272e4905adb88830bd54bac8536b99f518d449974f1c49 |
app/models/solidus_stripe/payment_method.rb | 100644 | 0 | 0 | | | 3.36 KB | 27d4410aac0c38d856ee937b8d77d0188e997758bd19acb36a306f22842c35f0 |
app/models/solidus_stripe/payment_source.rb | 100644 | 0 | 0 | | | 625 Bytes | 6f4e24f724880ea74fa4861662cc383f3e0c536f1f51129215e10deb15fb103c |
app/models/solidus_stripe/slug_entry.rb | 100644 | 0 | 0 | | | 861 Bytes | 2e04f7ea9d0f26d4b90ab71fbdfaa80d5cad2d389e8035a11d5f7d8059ba91e2 |
app/subscribers/solidus_stripe/webhook/charge_subscriber.rb | 100644 | 0 | 0 | | | 755 Bytes | 6b005c0bcfb10981f51c5f1093be8dd26c1b42d2f905cc3ab7dfc2ba1446f162 |
app/subscribers/solidus_stripe/webhook/payment_intent_subscriber.rb | 100644 | 0 | 0 | | | 3.3 KB | 6433bd982aaacd17be1e864d1d306659081049ae2b97d226b4bc098ad8abc744 |
app/views/spree/admin/payments/source_forms/_stripe.html.erb | 100644 | 0 | 0 | | | 813 Bytes | 947fa95392a4f39af6a957c90de3d3c28f1eb099a6689afdd85efbab504a9184 |
app/views/spree/admin/payments/source_forms/existing_payment/_stripe.html.erb | 100644 | 0 | 0 | | | 605 Bytes | fed48a42fd17c1e10c5a33fa6bbde9a1c46c38dc2ac5cf5d50d2142fdae91724 |
app/views/spree/admin/payments/source_forms/existing_payment/stripe/_card.html.erb | 100644 | 0 | 0 | | | 350 Bytes | c95010b12eef01bf393c28f0e7deae934db8b53854a1b5167160620aa247338a |
app/views/spree/admin/payments/source_forms/existing_payment/stripe/_default.html.erb | 100644 | 0 | 0 | | | 277 Bytes | bca6b6fc5f5b0e8c91f43f1c47fe91472c8a6e6099382c82ff291c03e7ef940e |
app/views/spree/admin/payments/source_views/_stripe.html.erb | 100644 | 0 | 0 | | | 442 Bytes | cd7408ab887333d3677ce214813f5ee015055cef666eeef4868f2b914b1ba8b9 |
app/views/spree/api/payments/source_views/_stripe.json.jbuilder | 100644 | 0 | 0 | | | 164 Bytes | 5e76d542993135bb4906e64e04c40105c81683b324f2041d37185e6a25a33472 |
bin/console | 100755 | 0 | 0 | | | 428 Bytes | 832044756437b05e473344386b0903d238041ade5c0774f06ad1a81e3f709659 |
bin/dev | 100755 | 0 | 0 | | | 218 Bytes | e85fc402cbc0d42f3e9b25fd3d6574528a87c3d7f7a9932dd263f84674c55635 |
bin/dummy-app | 100755 | 0 | 0 | | | 806 Bytes | 0103873e8247df1bc7c6f669c6121ad7cc0d7b50b0500e4d3ac69ce43104e587 |
bin/rails | 100755 | 0 | 0 | | | 1.32 KB | 81d3ce2b96e7249803afcfceb7184ebdcb9fc85e58d8dfeec1f9685a6833b0b5 |
bin/rails-dummy-app | 100755 | 0 | 0 | | | 80 Bytes | 73894704c186e69bfa6c6ff00e3f6ecb36e3549ac8ae7f9f1e2ed7c7631f9283 |
bin/rails-engine | 100755 | 0 | 0 | | | 77 Bytes | 0ddba080271bb54988506bf2efaa54bb8ffbc3d349fc86ea78595a1e848f9bb1 |
bin/rails-new | 100755 | 0 | 0 | | | 1.77 KB | 6f78419c84031c912b6532ba2c0870be3d2d8c6f45488c3eb02aae18cd35fb96 |
bin/rails-sandbox | 100755 | 0 | 0 | | | 78 Bytes | 2d04215a157b2e06dfc4bb301fb6d38535c9aa74f8a80da48c4aac8f5ab580b4 |
bin/rake | 100755 | 0 | 0 | | | 129 Bytes | a5ec746f54890323c12de61ddedc32111297cacbfc2d61e32dc128751a4db525 |
bin/rspec | 100755 | 0 | 0 | | | 348 Bytes | 93837960da1efeba5048cf0d2bb26b1951044bd309ef9eb90a5f2b55c4194f0a |
bin/sandbox | 100755 | 0 | 0 | | | 780 Bytes | d4cd4501e0223e3c0fff0fa58fa20c9eec5615e318b8d459d7c2501004ede94e |
bin/setup | 100755 | 0 | 0 | | | 144 Bytes | 89b01ad92bfd62ecbe090ed86d13c633c918f7be33e6ec9cf89413622fa1ea2d |
bin/update-migrations | 100755 | 0 | 0 | | | 1.66 KB | 80c716899572001ade850528dbea4fc3612b5182a37e0356969139c60d51f823 |
codecov.yml | 100644 | 0 | 0 | | | 198 Bytes | eb9cada18cb9f402fcb018cf71ab710402707072f3f5ee804e699fad1694cc80 |
config/locales/en.yml | 100644 | 0 | 0 | | | 873 Bytes | eb664a7d0787bec0fbc251be362f3ec58686a97af2944875906cd93327297bf6 |
config/routes.rb | 100644 | 0 | 0 | | | 216 Bytes | d434acc70de1cf7e1b62dd34b1a0f242e7618063ebeb9cbe5d6afa863bab5105 |
coverage.rb | 100644 | 0 | 0 | | | 1.12 KB | 2bed625f01d97155bc8d6a93a8bf58e05daade1e2c4142c422d75cbb645c78a9 |
db/migrate/20230109183332_create_solidus_stripe_payment_sources.rb | 100644 | 0 | 0 | | | 254 Bytes | 78044ac83dbe66ab4f25662ad99236db60a44bf3ceeacbb7fb7f1bf49f8688d2 |
db/migrate/20230306105520_create_solidus_stripe_payment_intents.rb | 100644 | 0 | 0 | | | 449 Bytes | 48519f08c29b58c0baf4dbb9abd2399fb7339da711dbf7a3b7ec2a4f730d93ba |
db/migrate/20230308122414_create_solidus_stripe_slug_entries.rb | 100644 | 0 | 0 | | | 364 Bytes | 0567df4f2d14784b1a1f684afabaa0bfa503b263a0a0c5426098f4ee4a85770f |
db/migrate/20230313150008_create_solidus_stripe_customers.rb | 100644 | 0 | 0 | | | 490 Bytes | f648160f65061e8c4b6f14bf8d5fa79a233d508da6e4cceb2e0608a955f5264c |
db/seeds.rb | 100644 | 0 | 0 | | | 209 Bytes | 5f467db13324719f0a14e0a54b27e067d3d14990b693676c7daff671555058f7 |
lib/generators/solidus_stripe/install/install_generator.rb | 100644 | 0 | 0 | | | 4.5 KB | 7ad43baf2a725ec34d3b3134b6d41cbe052bd10447c4a2bedfe195f808b06773 |
lib/generators/solidus_stripe/install/templates/app/assets/stylesheets/spree/frontend/solidus_stripe.css | 100644 | 0 | 0 | | | 269 Bytes | ceb5249b3f5159041a50fbdbe44f61959e33d5bacb6a7e094498f1fe94233f1b |
lib/generators/solidus_stripe/install/templates/app/javascript/controllers/solidus_stripe_confirm_controller.js | 100644 | 0 | 0 | | | 1.22 KB | c456b23a24ccc276a96853723e3bd87ec8e6f21a71c314d1a78bc32b0ece6eab |
lib/generators/solidus_stripe/install/templates/app/javascript/controllers/solidus_stripe_payment_controller.js | 100644 | 0 | 0 | | | 2.53 KB | e1fdcbb31dbc93e1b077bc40594aec0247cfdb5da485b0e926b21881631ceb29 |
lib/generators/solidus_stripe/install/templates/app/views/checkouts/existing_payment/_stripe.html.erb | 100644 | 0 | 0 | | | 668 Bytes | 4284a5f47c4dffc130c746aae63c631eb38b41e5ddd4adc3fa0c64ee9eded741 |
lib/generators/solidus_stripe/install/templates/app/views/checkouts/existing_payment/stripe/_card.html.erb | 100644 | 0 | 0 | | | 320 Bytes | 5c3f919787196f17f9d4174596d57bfa1bd1a05d5b5caf944b810398b9eb9a2f |
lib/generators/solidus_stripe/install/templates/app/views/checkouts/existing_payment/stripe/_default.html.erb | 100644 | 0 | 0 | | | 277 Bytes | bca6b6fc5f5b0e8c91f43f1c47fe91472c8a6e6099382c82ff291c03e7ef940e |
lib/generators/solidus_stripe/install/templates/app/views/checkouts/payment/_stripe.html.erb | 100644 | 0 | 0 | | | 2.68 KB | 723e17c34a5db93cb81c31dc60416c149e68796251142a9b90495cd48c62cdf1 |
lib/generators/solidus_stripe/install/templates/app/views/orders/payment_info/_stripe.html.erb | 100644 | 0 | 0 | | | 1.33 KB | f84fad1075a9d2744fbe9a3da537f86c59a0baa5f3034a6d12bc484c71584aa8 |
lib/generators/solidus_stripe/install/templates/config/initializers/solidus_stripe.rb | 100644 | 0 | 0 | | | 1.36 KB | fa30965f111b5183f3cf4eadbeb0957dec5d1b0772e624a703f194f2b442e32e |
lib/solidus_stripe.rb | 100644 | 0 | 0 | | | 135 Bytes | 0292ebf124ce181367d82311c8a4cd95b7a73e21ca1c79b84ff5d16de274272c |
lib/solidus_stripe/configuration.rb | 100644 | 0 | 0 | | | 1.27 KB | 0154aa3de379ee53af61b1730e1d7d8e0ea5f47c952d2ef581a36e2726a8cf93 |
lib/solidus_stripe/engine.rb | 100644 | 0 | 0 | | | 1.09 KB | ff6fba0fd1938c70550fbac4e736a3fc15cded7b8c149caaa0383f9005b2c26a |
lib/solidus_stripe/money_to_stripe_amount_converter.rb | 100644 | 0 | 0 | | | 2.53 KB | 5afb14884babe19192530bb952681784d9ab81d94dba3cbe9e89f6a9f7e0149b |
lib/solidus_stripe/refunds_synchronizer.rb | 100644 | 0 | 0 | | | 3.65 KB | d96995cfb03ae29845364c9ddc7b256a1fb8b40de261384eac8bb377619381da |
lib/solidus_stripe/seeds.rb | 100644 | 0 | 0 | | | 546 Bytes | a5dbbdf3aa6c6c0849217c8e05a3b85317adf0138b3c028f112386f252de764e |
lib/solidus_stripe/testing_support/factories.rb | 100644 | 0 | 0 | | | 4.33 KB | 4ebbe0717a1c203a8bf8906d0fc9b0e9ed14f884c41bc2e0ddc77a14c2bdf44e |
lib/solidus_stripe/version.rb | 100644 | 0 | 0 | | | 76 Bytes | 67296054ce3025024d4acbc2197428155d4687dbcb3b44b8a97a168ff2c98a36 |
lib/solidus_stripe/webhook/event.rb | 100644 | 0 | 0 | | | 2.57 KB | 49369ddea18460a6804e147fb73aae75401a8130d9bd924212d6f93b49ebccbd |
solidus_stripe.gemspec | 100644 | 0 | 0 | | | 2.3 KB | 3171cc937472de4e006441be31fdd8d1e24d1388646eb72d8dde94dca7642fe8 |
spec/lib/solidus_stripe/configuration_spec.rb | 100644 | 0 | 0 | | | 649 Bytes | c2f32d54b4724b8fa7b3e18f9c0952342a63aafbabe0d8baf63514f4df8f9391 |
spec/lib/solidus_stripe/money_to_stripe_amount_converter_spec.rb | 100644 | 0 | 0 | | | 4.72 KB | f6c9f9e28a441b6aeaa4a7e2276bd812cb93e2010d2f41f27848e8a3d2cc86d5 |
spec/lib/solidus_stripe/refunds_synchronizer_spec.rb | 100644 | 0 | 0 | | | 7.5 KB | c8738e582e748192f7b516bd38c736571c590649a1525923dd42c82db0a234d8 |
spec/lib/solidus_stripe/seeds_spec.rb | 100644 | 0 | 0 | | | 1.16 KB | 126bc6d4a28655f91f8a287cea93a43a6a7eded5fc47d978e6b140914d3a6159 |
spec/lib/solidus_stripe/webhook/event_spec.rb | 100644 | 0 | 0 | | | 4.02 KB | c27af26cf13d4dc5d637d2ea7bc8a71a0b19c3109039c19b406595f35af664fb |
spec/models/concerns/solidus_stripe/log_entries_spec.rb | 100644 | 0 | 0 | | | 1.52 KB | af2a30db367c2631eba6ae6d054dd1ad274a8c284eb39f1018299573895ba3cf |
spec/models/solidus_stripe/customer_spec.rb | 100644 | 0 | 0 | | | 1.79 KB | 1460123bccc0c915272cb666c41480ed62789564dba7728756ad21291c8d260c |
spec/models/solidus_stripe/gateway_spec.rb | 100644 | 0 | 0 | | | 11.2 KB | 2347704d8e8aaa2c2c7a42da4114dcd2bdd9206349678fcfc2130b3dc811e54b |
spec/models/solidus_stripe/payment_intent_spec.rb | 100644 | 0 | 0 | | | 2.63 KB | a30e21a78d196da5a53c457c2e326e206ab402c28c2fb4426c5384b554129757 |
spec/models/solidus_stripe/payment_method_spec.rb | 100644 | 0 | 0 | | | 4.35 KB | fbb7009fa2e90aee06e367a583e7c7823bdb95c17c346c1c8fd50ca9d997d844 |
spec/models/solidus_stripe/payment_source_spec.rb | 100644 | 0 | 0 | | | 952 Bytes | 6d4b79d0e01f5b7786b7d8942a49b212635ddf4fd2d41d9988e064154a2075e4 |
spec/requests/solidus_stripe/intents_controller_spec.rb | 100644 | 0 | 0 | | | 928 Bytes | b2eea8e60bb429eecff80ab9d745c859528bebf1d7393cb2887d885bc03086f7 |
spec/requests/solidus_stripe/webhooks_controller/charge/refunded_spec.rb | 100644 | 0 | 0 | | | 1.16 KB | f54d303e5c236b1d4062f73bfc78b0ebb660bb0fce1c9d5498c9c5455059e548 |
spec/requests/solidus_stripe/webhooks_controller/payment_intent/canceled_spec.rb | 100644 | 0 | 0 | | | 904 Bytes | e406e1706e19ef9dedef17a382557f90ad1e9982c2f494e33e54b85ef8f95092 |
spec/requests/solidus_stripe/webhooks_controller/payment_intent/payment_failed_spec.rb | 100644 | 0 | 0 | | | 884 Bytes | 049cac9ff7a9f70245d2706b1c9beb0422dab2ad974cea481461675a1fd811d9 |
spec/requests/solidus_stripe/webhooks_controller/payment_intent/succeeded_spec.rb | 100644 | 0 | 0 | | | 978 Bytes | a2fa7ea61c0045399da79742af10c784d635681b69c797987aa78a5bf5d42476 |
spec/requests/solidus_stripe/webhooks_controller_spec.rb | 100644 | 0 | 0 | | | 1.68 KB | 89f4a978fb9f4ccc64a83194baae020f4e9f8a2fc61b0899a21acd8905557d94 |
spec/solidus_stripe_spec_helper.rb | 100644 | 0 | 0 | | | 285 Bytes | e097ccc2e941ae00c3e45967cc3fb8aa5a0fdb2cd6417b8a7e8cadbbdded1847 |
spec/subscribers/solidus_stripe/webhook/charge_subscriber_spec.rb | 100644 | 0 | 0 | | | 1.17 KB | 2257511de781c46b293e3529365665e048f3975a6e39ee49fdd517164117ec70 |
spec/subscribers/solidus_stripe/webhook/payment_intent_subscriber_spec.rb | 100644 | 0 | 0 | | | 10.8 KB | 80da9f6fc7254cd602c1d5f83c45e7d6f930834a1a0b53080d75f8eb8f5cf130 |
spec/support/solidus_stripe/backend_test_helper.rb | 100644 | 0 | 0 | | | 5.39 KB | 575f41207b027daa84ad0052e95871bddc6625f0546978afab753497c27cc748 |
spec/support/solidus_stripe/checkout_test_helper.rb | 100644 | 0 | 0 | | | 11.2 KB | 95afe1219f64668c12b89775c888a50c51dee15ab1fc0373473c6343199b347d |
spec/support/solidus_stripe/factories.rb | 100644 | 0 | 0 | | | 144 Bytes | a4c30d7fbd12a75b4b1bc6ef50a72542c8271799bcdebac161247614b8cd22e3 |
spec/support/solidus_stripe/webhook/data_fixtures.rb | 100644 | 0 | 0 | | | 4.6 KB | 86989270f52ed3d0b18c5bf34d5c8a9bf6fadd0083b52c7c245f2da1ea315808 |
spec/support/solidus_stripe/webhook/event_with_context_factory.rb | 100644 | 0 | 0 | | | 2.51 KB | dbf471e2fdfc7845ea624984ed731a6a617dd1404de0777021d3662eb76b61f0 |
spec/support/solidus_stripe/webhook/request_helper.rb | 100644 | 0 | 0 | | | 1.15 KB | bc8508d281d5bdabc811653a9f77cbafe97c5879f8b40d4025000050aceb42d8 |
spec/system/backend/solidus_stripe/orders/payments_spec.rb | 100644 | 0 | 0 | | | 4.78 KB | f049d6567e41ee808b1117b56a6b2bb01117779ad06ca37a9e63185e92a32a4e |
spec/system/frontend/.keep | 100644 | 0 | 0 | | | 0 Bytes | e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 |
spec/system/frontend/solidus_stripe/checkout_spec.rb | 100644 | 0 | 0 | | | 7.46 KB | cfddc31700217389414cf3e0db4531f786221d978ecaa89e6bf7e9bc65ffdacc |
tmp/.keep | 100644 | 0 | 0 | | | 0 Bytes | e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 |