Skip to content

Commit

Permalink
close #238 follow order state machine for payway_v2
Browse files Browse the repository at this point in the history
  • Loading branch information
theachoem committed Jan 30, 2025
1 parent 3c49421 commit 9449c5c
Show file tree
Hide file tree
Showing 36 changed files with 17,854 additions and 323 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,6 @@ public/spree
.ruby-gemset
gemfiles/*.gemfile.lock
vendor/cache
.byebug_history
.byebug_history

node_modules
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v20.18.0
61 changes: 60 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ PATH
specs:
spree_vpago (0.1.11)
faraday
google-cloud-firestore
spree_api (>= 4.5)
spree_backend (>= 4.5)
spree_core (>= 4.5)
Expand Down Expand Up @@ -187,6 +188,7 @@ GEM
faraday-http-cache (2.5.0)
faraday (>= 0.8)
faraday-net_http (3.0.2)
faraday-retry (1.0.3)
ffaker (2.21.0)
ffi (1.15.5)
fiber-local (1.0.0)
Expand All @@ -195,6 +197,16 @@ GEM
flatpickr (4.6.13.1)
friendly_id (5.5.0)
activerecord (>= 4.0.0)
gapic-common (0.24.0)
faraday (>= 1.9, < 3.a)
faraday-retry (>= 1.0, < 3.a)
google-cloud-env (~> 2.2)
google-logging-utils (~> 0.1)
google-protobuf (>= 3.25, < 5.a)
googleapis-common-protos (~> 1.6)
googleapis-common-protos-types (~> 1.15)
googleauth (~> 1.12)
grpc (~> 1.66)
gem-release (2.2.2)
github_changelog_generator (1.16.4)
activesupport
Expand All @@ -208,6 +220,46 @@ GEM
globalid (1.1.0)
activesupport (>= 5.0)
glyphicons (1.0.2)
google-cloud-core (1.7.1)
google-cloud-env (>= 1.0, < 3.a)
google-cloud-errors (~> 1.0)
google-cloud-env (2.2.1)
faraday (>= 1.0, < 3.a)
google-cloud-errors (1.4.0)
google-cloud-firestore (2.16.0)
bigdecimal (~> 3.0)
concurrent-ruby (~> 1.0)
google-cloud-core (~> 1.5)
google-cloud-firestore-v1 (>= 0.10, < 2.a)
rbtree (~> 0.4.2)
google-cloud-firestore-v1 (1.2.0)
gapic-common (>= 0.24.0, < 2.a)
google-cloud-errors (~> 1.0)
google-cloud-location (>= 0.7, < 2.a)
google-cloud-location (0.9.0)
gapic-common (>= 0.24.0, < 2.a)
google-cloud-errors (~> 1.0)
google-logging-utils (0.1.0)
google-protobuf (4.29.3-arm64-darwin)
bigdecimal
rake (>= 13)
googleapis-common-protos (1.6.0)
google-protobuf (>= 3.18, < 5.a)
googleapis-common-protos-types (~> 1.7)
grpc (~> 1.41)
googleapis-common-protos-types (1.18.0)
google-protobuf (>= 3.18, < 5.a)
googleauth (1.12.2)
faraday (>= 1.0, < 3.a)
google-cloud-env (~> 2.2)
google-logging-utils (~> 0.1)
jwt (>= 1.4, < 3.0)
multi_json (~> 1.11)
os (>= 0.9, < 2.0)
signet (>= 0.16, < 2.a)
grpc (1.69.0-arm64-darwin)
google-protobuf (>= 3.25, < 5.0)
googleapis-common-protos-types (~> 1.0)
hashdiff (1.1.0)
highline (2.1.0)
hotwire-rails (0.1.3)
Expand Down Expand Up @@ -287,6 +339,7 @@ GEM
octokit (4.25.1)
faraday (>= 1, < 3)
sawyer (~> 0.9)
os (1.1.4)
parallel (1.23.0)
paranoia (2.6.1)
activerecord (>= 5.1, < 7.1)
Expand Down Expand Up @@ -348,6 +401,7 @@ GEM
activerecord (>= 6.0.4)
activesupport (>= 6.0.4)
i18n
rbtree (0.4.6)
redis (5.0.6)
redis-client (>= 0.9.0)
redis-client (0.14.1)
Expand Down Expand Up @@ -423,6 +477,11 @@ GEM
websocket (~> 1.0)
shoulda-matchers (6.2.0)
activesupport (>= 5.2.0)
signet (0.19.0)
addressable (~> 2.8)
faraday (>= 0.17.5, < 3.a)
jwt (>= 1.5, < 3.0)
multi_json (~> 1.10)
simplecov (0.22.0)
docile (~> 1.1)
simplecov-html (~> 0.11)
Expand Down Expand Up @@ -542,7 +601,7 @@ GEM
state_machines-activerecord (0.8.0)
activerecord (>= 5.1)
state_machines-activemodel (>= 0.8.0)
stimulus-rails (1.3.3)
stimulus-rails (1.3.4)
railties (>= 6.0.0)
stringex (2.8.6)
thor (1.2.2)
Expand Down
2 changes: 2 additions & 0 deletions app/assets/config/spree_vpago_manifest.js
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
//= link_tree ../images
//= link spree_vpago/vpago_payments.js
//= link spree_vpago/vpago_payments.css
Loading

0 comments on commit 9449c5c

Please sign in to comment.