Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Laravel Payment Integration with Braintree, Stripe & PayPal, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:01:40
    Introduction
  2. Урок 2. 00:00:47
    How to get support
  3. Урок 3. 00:05:51
    Install Xampp on Windows
  4. Урок 4. 00:04:29
    Install Xampp on a Mac
  5. Урок 5. 00:04:22
    Install Composer
  6. Урок 6. 00:04:57
    Install Git
  7. Урок 7. 00:05:12
    Install Visual Studio Code
  8. Урок 8. 00:07:31
    Project Download
  9. Урок 9. 00:01:33
    Section Overview
  10. Урок 10. 00:11:48
    Frontend workflow
  11. Урок 11. 00:24:18
    Backend workflow
  12. Урок 12. 00:19:35
    General routes explained
  13. Урок 13. 00:08:43
    Member routes explained
  14. Урок 14. 00:21:44
    Admin routes - Part 1
  15. Урок 15. 00:12:57
    Admin routes - Part 2
  16. Урок 16. 00:05:56
    Admin routes - Part 3
  17. Урок 17. 00:05:24
    Admin routes - Part 4
  18. Урок 18. 00:05:36
    3D Secure 2 Overview
  19. Урок 19. 00:05:43
    Validation issue with 3D Secure 2
  20. Урок 20. 00:22:19
    Braintree Section Overview
  21. Урок 21. 00:09:46
    Payment settings in the admin
  22. Урок 22. 00:15:21
    Overview of updating the payment settings
  23. Урок 23. 00:05:59
    Blade file creation
  24. Урок 24. 00:01:18
    Overview of the official Braintree Drop-in Repository
  25. Урок 25. 00:00:31
    Updating payment settings
  26. Урок 26. 00:14:46
    Checkout controller index method overview
  27. Урок 27. 00:03:14
    Braintree section in checkout blade
  28. Урок 28. 00:10:57
    Javascript for creating the drop-in UI
  29. Урок 29. 00:05:48
    Pre-payment validation - Part 1
  30. Урок 30. 00:07:39
    Pre-payment validation - Part 2
  31. Урок 31. 00:04:26
    Pre-payment validation - Part 3
  32. Урок 32. 00:05:17
    Pre-payment validation - Part 4
  33. Урок 33. 00:12:21
    The completeBraintreePayment function
  34. Урок 34. 00:15:28
    Completing the payment and the order in the backend
  35. Урок 35. 00:03:28
    Successful Braintree payment
  36. Урок 36. 00:01:04
    Checking transaction in Braintree dashboard
  37. Урок 37. 00:02:45
    Checking PayPal transaction within Braintree
  38. Урок 38. 00:03:53
    Explaining the Braintree Github repo example
  39. Урок 39. 00:05:08
    Braintree Codepen 3ds2 test
  40. Урок 40. 00:04:01
    SonicPayments 3ds2 test
  41. Урок 41. 00:03:24
    Minor enhancement before giving access to course
  42. Урок 42. 00:15:17
    Stripe section overview
  43. Урок 43. 00:04:25
    Stripe integration First Steps
  44. Урок 44. 00:12:59
    Stripe settings
  45. Урок 45. 00:07:02
    Checkout controller
  46. Урок 46. 00:02:24
    Overview of Stripe Javascript
  47. Урок 47. 00:08:40
    Loading Stripe elements via Javascript
  48. Урок 48. 00:11:57
    Stripe payment validation - Part 1
  49. Урок 49. 00:17:33
    Stripe payment validation - Part 2
  50. Урок 50. 00:12:15
    Complete Stripe Payment - Part 1
  51. Урок 51. 00:08:47
    Complete Stripe Payment - Part 2 - Amount Conversion
  52. Урок 52. 00:16:06
    Complete Stripe Payment - Part 3
  53. Урок 53. 00:10:19
    Creating the order after payment
  54. Урок 54. 00:02:36
    Successful payment
  55. Урок 55. 00:11:20
    First failing then completing payment with 3ds2
  56. Урок 56. 00:04:21
    Revisiting the official Stripe Github repo
  57. Урок 57. 00:02:09
    Overview of minor Stripe Integration Enhancement
  58. Урок 58. 00:05:32
    Integration enhancement walkthrough
  59. Урок 59. 00:03:49
    PayPal Section Overview
  60. Урок 60. 00:06:44
    PayPal Smart Buttons Admin
  61. Урок 61. 00:28:12
    Creating the PayPal js in the backend
  62. Урок 62. 00:04:38
    PayPal elements on checkout
  63. Урок 63. 00:08:31
    Payment in the PayPal Demo website
  64. Урок 64. 00:06:18
    Overview of our implementation
  65. Урок 65. 00:13:38
    Validations - Part 1
  66. Урок 66. 00:23:44
    Validations - Part 2
  67. Урок 67. 00:02:12
    The OnCancel event
  68. Урок 68. 00:08:12
    The CreateOrder Event
  69. Урок 69. 00:12:37
    The onApprove Event
  70. Урок 70. 00:18:42
    Fulfilling the order
  71. Урок 71. 00:03:38
    A more secure integration
  72. Урок 72. 00:05:24
    Overview of the changed files
  73. Урок 73. 00:03:06
    Setting up the new integration
  74. Урок 74. 00:17:49
    Create order serverside
  75. Урок 75. 00:13:03
    OnApprove Event Serverside
  76. Урок 76. 00:03:51
    Successful payments
  77. Урок 77. 00:04:11
    Bug Fix: Correction in PayPal SDK helper